summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We need to pass NGROUPS + 1 to getgrouplist(3) to displayrobert2005-04-281-1/+1
* - Merge two functions for printing `id' output.robert2005-04-281-57/+33
* Introduce a flag to enable extended warnings (-x) and make them offharti2005-04-284-8/+31
* make getnetby*() thread-safe.ume2005-04-288-175/+339
* Be resistant to DESTDIR being set to some unkosher value, e.g. "/".ru2005-04-281-1/+1
* Add support for the P600 and name the E400.ps2005-04-281-1/+2
* Add an initial regression test suite for make(1).harti2005-04-2865-0/+958
* Only allow RAID5 plexes to be parity checked.le2005-04-281-0/+4
* - Act according to the documentation (man page):robert2005-04-281-2/+1
* - Set negative row or column argument values to zero.robert2005-04-281-3/+5
* Use a minimal perfect hash for the special sources/targets too. Addharti2005-04-284-49/+114
* Return the correct register number in the 'get_msr()' MD function.jkoshy2005-04-286-29/+89
* Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.charti2005-04-282-2/+2
* X logins should be recorded in lastlog / wtmp / utmp. I have no idea whydes2005-04-281-1/+1
* Move the hash function for directives into its own file and addharti2005-04-284-67/+160
* Update comment to direct the reader to libkern.h instead of systm.h.marcel2005-04-281-1/+1
* Slightly reformat apb_alloc_resource() to create some horizontal spacemarcel2005-04-281-44/+43
* Inline functions belong in <sys/libkern.h>, not in <sys/systm.h>.marcel2005-04-282-22/+20
* Delete stale files post their move to "sys/dev/hwpmc/".jkoshy2005-04-286-7077/+0
* Use the new path (post repo-copy) to our sources.jkoshy2005-04-281-1/+1
* Refactor the CRC-32 code to enhance its usability. Move the actualmarcel2005-04-272-16/+39
* Make the Z8530 more reliable as low-level console by making use of themarcel2005-04-271-3/+3
* hide implementation specific internal functions from netdb.h.ume2005-04-277-12/+17
* Add code from Kazuhito HONDA that allows the user to seejulian2005-04-273-0/+157
* When NFS was converted to the new mount syscall, code was written that setsdes2005-04-271-3/+1
* Disable the IPFILTER bits until they compile again. This can be overridenscottl2005-04-271-0/+5
* Allocating the memory for the kernel stack one time is enough.cognet2005-04-271-7/+0
* Fix compilation problem.davidxu2005-04-271-1/+1
* - Don't vgonel() via vgone() or vrecycle() if the vnode is already doomed.jeff2005-04-271-1/+8
* - Changes to vgone() and related teardown code have meant that the vxthreadjeff2005-04-271-1/+0
* - Stop setting vxthread, we've asserted that it was useless for severaljeff2005-04-271-2/+0
* - Stop checking vxthread, we've asserted that it was useless for severaljeff2005-04-271-4/+2
* - Fix several locking problems in unionfs_mount so that it will comejeff2005-04-271-23/+7
* - Pass the ISOPEN flag down to our lower filesystems.jeff2005-04-271-2/+1
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-275-6/+7
* - Add an ISOPEN flag that filesystems can use to determine if a namei()jeff2005-04-271-0/+1
* The current H.323 proxy source has a license that isn't suitable for inclusiondarrenr2005-04-271-1/+3
* Forced commit to note the move from "src/sys/hwpmc" to "src/sys/dev/hwpmc".jkoshy2005-04-270-0/+0
* - Comment out duplicate rcsid strings in *.c filesdarrenr2005-04-276-11/+18
* Remove COMPAT_32BIT, it is no longer needed.davidxu2005-04-271-5/+0
* Provide stub functions for i386_set_ldt() and i386_get_ldt() even whenpeter2005-04-262-7/+4
* While I'm here, list the new kenv (boot.netif.name) along with the others.des2005-04-261-0/+1
* No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even whenpeter2005-04-266-166/+2
* When netbooting, as soon as we've figured out which interface we booteddes2005-04-262-0/+3
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowpeter2005-04-264-20/+0
* Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernelpeter2005-04-261-9/+2
* Fix a the previous commit. I wanted to remove the if and always run thebrooks2005-04-261-0/+1
* Don't force IPv6 proto to be printed numericaly.brooks2005-04-261-2/+0
* Introduce a struct icmphdr which contains the type, code, and cksumbrooks2005-04-263-10/+17
* our get{proto,serv}by*() use a thread-specific data space.ume2005-04-262-2/+2
OpenPOWER on IntegriCloud