summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* correct style bogonssam2002-12-301-4/+2
* Remove hack from rev 1.15; getbsize(3)'s original interface has beenmike2002-12-301-3/+1
* Back out rev 1.19; getbsize(3)'s original interface has been restored.mike2002-12-301-1/+1
* Back out rev 1.78; getbsize(3)'s original interface has been restored.mike2002-12-301-8/+6
* Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.jake2002-12-301-0/+2
* Back out rev 1.33; getbsize(3)'s original interface has been restored.mike2002-12-301-1/+1
* Back out rev 1.20; getbsize(3)'s original interface has been restored.mike2002-12-301-3/+1
* Back out rev 1.27; getbsize(3)'s original interface has been restored.mike2002-12-301-2/+1
* Back out rev 1.44; getbsize(3)'s original interface has been restored.mike2002-12-301-4/+3
* Minor typo fixes and whitespace cleanups.schweikh2002-12-301-4/+3
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerrwatson2002-12-305-20/+49
* Leave only one of the two $FreeBSD$ tag, and use __FBSDID().mux2002-12-301-6/+3
* Change the ident so people know a kernel built with this has SMP support.obrien2002-12-301-0/+2
* Sync with GENERIC rev 1.371.obrien2002-12-301-2/+10
* Using our new wonderful include directive, save our x86 SMP users fromobrien2002-12-301-0/+10
* Back out the s/int */size_t */ commit.obrien2002-12-303-3/+3
* Make fully WARNS=5 clean.obrien2002-12-302-6/+6
* Use basename(3).obrien2002-12-301-3/+2
* Import FireWire userland utility.simokawa2002-12-305-0/+759
* Use <sys/endian.h> rather than a private verison.obrien2002-12-302-60/+2
* Move elf2aout back to /usr/bin -- it is a general development tool, notobrien2002-12-305-173/+2
* Use the offical sys/endian.h rather than reaching way over into anotherobrien2002-12-302-2/+1
* Adjust path to crunchide.obrien2002-12-301-3/+3
* Adjust max WARNs for sparc64.obrien2002-12-301-2/+1
* Style cleanup.obrien2002-12-301-11/+10
* Make WARNS=5 clean.obrien2002-12-302-5/+3
* Install /sys/dev/firewire/*.h under /usr/include/dev/firewiresimokawa2002-12-302-2/+4
* - Add more CSR related definitions (IEEE-1212).simokawa2002-12-301-5/+62
* This builds fine with WARNS.obrien2002-12-301-1/+0
* This really isn't WARNS clean.obrien2002-12-302-4/+2
* This compiles fine w/WARNS.obrien2002-12-301-6/+5
* Add ca_ES localeache2002-12-3012-10/+254
* Add directories for upcoming ca_ES localeache2002-12-302-0/+12
* - Mark the kernel_map as a system map immediately after its creation.alc2002-12-301-2/+2
* Make the first argument to getbsize(3) a `size_t *'. This is a hackmike2002-12-301-3/+4
* Use 'msdosfs' in the /etc/fstab example. However, it works either way.trhodes2002-12-301-2/+2
* Print old mixer levels when setting new ones.jmallett2002-12-301-2/+8
* o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need tosam2002-12-301-8/+29
* Fix LP64 architectures and especially ia64. Functions that returnmarcel2002-12-302-0/+2
* - Increment the vm_map's timestamp if _vm_map_trylock() succeeds.alc2002-12-301-10/+11
* Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.wollman2002-12-292-23/+28
* Add msdosfs.5trhodes2002-12-291-0/+79
* Move the msdos.5 manual page to msdosfs.5 to be more correct.trhodes2002-12-292-80/+2
* - Remove vm_object_init2(). It is unused.alc2002-12-293-8/+3
* Remove BUGS section indicating that these calls are unimplemented.rwatson2002-12-295-15/+15
* Update acl_set.3, missed in last round:rwatson2002-12-291-11/+19
* Update libc POSIX.1e code and documentation to reflect:rwatson2002-12-298-44/+164
* Synchronize to kern/syscalls.master:1.139.rwatson2002-12-293-0/+12
* Provide prototypes for new ACL system calls to manipulate ACLs "byrwatson2002-12-291-1/+11
* Implement new ACL system calls which do not follow symbolic links:rwatson2002-12-293-3/+267
OpenPOWER on IntegriCloud