2004-07-26 |
David Rhodus | POSIX.1-2003: Changing the group ID is permitted to... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Joerg Sonnenberger | Import generic 802.11 layer. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Joerg Sonnenberger | Don't use cast as lvalues. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Joerg Sonnenberger | Don't cast lvalues. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Joerg Sonnenberger | Add macro to test for broadcast / multicast Ethernet... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Joerg Sonnenberger | Extend the patch framework to handle non-compilable... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Hiten Pandya | Aesthetic changes: |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Jeroen Ruigrok... | Use stronger wording against using 'register' and ... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Jeroen Ruigrok... | Remove stray fr_checkp() declaration. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Scott Ullrich | Minor comment update. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Scott Ullrich | Allow options BRIDGE to be defined without having to... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Matthew Dillon | Add 'propolice' to the version string version_local... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Hiten Pandya | Merge revision 1.8 and 1.9 from FreeBSD -CURRENT, i... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Hiten Pandya | Merge mdoc(7) corrections from FreeBSD -CURRENT. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Matthew Dillon | Move usched_debug out of the INVARIANTS conditional... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Matthew Dillon | Make fstat() account for pending direct-write data... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Matthew Dillon | Have DDBs 'ps' command display additional scheduler... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Matthew Dillon | Adjust gd_vme_avail after ensuring that sufficient... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Matthew Dillon | Update the userland scheduler. Fix scheduler interacti... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Eirik Nygaard | Add missing va_end(ap); |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Eirik Nygaard | style(9) cleanup. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Joerg Sonnenberger | Last commit changed a NTOHL to ntohs, correct this. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Eirik Nygaard | style(9) cleanup: |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Eirik Nygaard | Remove a not needed main() definition. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Jeroen Ruigrok... | Bump version number for the 1.1-CURRENT tree. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Hiten Pandya | The return-path is optional in a headline, therefore... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
David Rhodus | Emulate __FreeBSD__ till 3rd party applications later... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Hook c99 up to the build for usr.bin. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Hiten Pandya | Add the C99 utility, now that we have a decent C99... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Joerg Sonnenberger | Remove usage of NTOHS / NTOHL / HTONS / HTONL. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Joerg Sonnenberger | Comment out extra token at end of #endif. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Joerg Sonnenberger | Instead of casting the function, cast the argument... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Hiten Pandya | It is 'estcpu', not 'setcpu'. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Eirik Nygaard | Fix build with gcc34. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Joerg Sonnenberger | Add RC4 to the crypto module / device. This will be... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Joerg Sonnenberger | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Joerg Sonnenberger | Sync with FreeBSD 5-CURRENT. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Add WARNS and set to level 3. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Initialise to NULL to silence gcc. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Make the second argument of interval() const, since... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Fix two sign comparison mistakes. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Use proper ANSI function definitions. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Joerg Sonnenberger | Unify the input handling of the low-level network stack... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Move a perror() to warn(). |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Use err() instead of a perror()/exit() combination. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Hiten Pandya | Assorted spelling fixes from Christian Brueffer <brueff... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Jeroen Ruigrok... | Correct usage of the cvsup command. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Hiten Pandya | Add new options to select different registries, basical... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Hiten Pandya | Respect locale settings from the environment. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Hiten Pandya | Mechanically kill hard sentence breaks. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Eirik Nygaard | Forced commit to note that this fixes was submitted... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Eirik Nygaard | * Remove one of the two err.h include statements. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Hiten Pandya | Fix compiler warnings; include <sys/types.h> and <netin... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Hiten Pandya | Include <sys/types.h> and <netinet/in.h>, so that parse... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Raise WARNS to level 6. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Make usage() static. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Rework the WARNS levels per FreeBSD's CURRENT source. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Actually mark the function itself static as well. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Mark filescope functions static. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Mark the variables defined at file scope static. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Garbage collect two unused variables (SaveFs, CountCopi... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Make setthetime() static per the prototype. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Also mark the function itself static, not just the... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Make scanfiles() static since it is limited to the... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Make f_stream static. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Use static on file scoped function prototypes and varia... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Garbage collect RETAINBITS, not used anywhere. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jeroen Ruigrok... | Make unit_adjust() static as per its prototype. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
David Rhodus | DragonFly MP support, not fbsd anymore. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
David Rhodus | Cleanout __FreeBSD__ defines which are not needed. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
David Rhodus | Cleanout __FreeBSD__ defines which we don't need. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
David Rhodus | Remove __FreeBSD__ defines which were not needed and... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Joerg Sonnenberger | Remove unused variable _PATCHES. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Hiten Pandya | Aesthatical change, move 'All rights reserved' to the... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Joerg Sonnenberger | Add handling of patches to the module framework. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Jeroen Ruigrok... | Document PCIY_xxx. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Jeroen Ruigrok... | Inspired by rev 1.33 of FreeBSD, but which was not... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Jeroen Ruigrok... | Add identifiers for Serial Attached SCSI per dicussion... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Matthew Dillon | Replace the perl man filter with a sed man filter,... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Matthew Dillon | Fix a device pager leak for the case where the page... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Matthew Dillon | Add a dire warning about PCI_ENABLE_IO_MODES. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Matthew Dillon | ata-raid associates raw ata disk devices to record... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Joerg Sonnenberger | Add llc_snap shortcut. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Matthew Dillon | Unconditionally print startup 8254 and TSC calibrations. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Hiten Pandya | Display proper information when the verbose flag (... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Matthew Dillon | SCSI CD devices require 'cd0c' to be specified instead... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Hiten Pandya | Minor KNF/style cleanups. No operational changes. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Matthew Dillon | MAJOR BOOT CODE REVAMP / 30 hour+ hacking session ... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Justin C. Sherrill | Remove my changes. PATH_PORTS is not checked for multi... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Matthew Dillon | Correct a bug in NXCCFLAGS generation. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Jeroen Ruigrok... | Update pciconf to print the recently added categories. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Jeroen Ruigrok... | Correct some PCIS to PCIC and PCIP prefixes. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Jeroen Ruigrok... | Add PCIS_ definitions per PCI specification 3.0. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Jeroen Ruigrok... | Update the PCIS_ definitions per the PCI 2.3 specification. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Jeroen Ruigrok... | Add rndcontrol. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Jeroen Ruigrok... | Update comment to point to the right file (src/sys... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Joerg Sonnenberger | Add struct ucred * argument to ng_fec_ioctl |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Matthew Dillon | Consolidate most constant memory addresses in bootasm... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Matthew Dillon | Consolidate most constant memory addresses in bootasm... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
David Rhodus | Perform some basic cleanups. Change some types over... |
commit | commitdiff | tree | snapshot |
next |