summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add & use a usage() function.keramida2003-03-221-2/+12
* Add error and range checking to strtoul() to avoid ending up with akeramida2003-03-221-1/+2
* Fix some mistranslations.hrs2003-03-221-4/+4
* Merge the following from the English version:hrs2003-03-221-22/+249
* Add a missing </para>.hrs2003-03-222-2/+2
* Use __packed instead of __attribute__((__packed__)).mux2003-03-221-1/+3
* Modified release note: SA-03:06 (minor wording tweak).bmah2003-03-212-2/+2
* New errata/release notes: SA-03:06.bmah2003-03-213-0/+18
* Mitigate deadlock situation pending a more complete solution.phk2003-03-212-2/+7
* Added missing dependency on rc4.ru2003-03-211-0/+1
* wlan module depends on rc4 module, so provide one.ru2003-03-212-1/+4
* Fix some memory leaks in the failure cases after trying to look up thejhb2003-03-211-6/+9
* Added support for 82541 and 82547 based adapters.pdeuskar2003-03-217-623/+1974
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-213-22/+23
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-219-15/+16
* Why doesn't anybody ever tell me anything? When did we get a libsbuf ?phk2003-03-211-5/+3
* Add a sysctl node allowing the specification of an address mask to usemdodd2003-03-211-2/+9
* Add comments regarding the ICMP timestamp fields.mdodd2003-03-211-4/+4
* Assignment could be NULL, check.mdodd2003-03-211-1/+1
* Fixed a typo in ${.CURDIR} spelling, fatal on systemsru2003-03-211-12/+5
* Added GEOM library to the bsd.libnames.mk namespace.ru2003-03-211-0/+1
* Duh! Use correct number ../phk2003-03-211-1/+1
* Use the target arhitecture's disktab(5) file.ru2003-03-211-0/+1
* Add a target for the creation of a /etc/shells map and add it torobert2003-03-211-2/+12
* Call endwin() to restore terminal state just before exiting.keramida2003-03-211-0/+2
* Follow new upcall quantum code in kernel.davidxu2003-03-211-5/+2
* Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in thetjr2003-03-211-0/+7
* Attempt to automatically read in kernel module symbols when a liveiedowse2003-03-214-2/+330
* Pass the target machine architecture down to disklabel(8).ru2003-03-203-31/+13
* Clean up some warnings that don't result in a change in the object file:dwmalone2003-03-201-17/+20
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-2010-17/+16
* Minor fixes to ffs_fserr():jhb2003-03-201-3/+3
* Use td_ucred of curthread instead of p_ucred of curproc. This requiredjhb2003-03-201-17/+17
* Merge conflictsjedgar2003-03-202-5/+30
* Extend CPU_ATHLON_SSE_HACK to cover a few more revisions of Athlon CPUs.dwmalone2003-03-202-2/+4
* Add a rudimentary gstat(8) to the system.phk2003-03-203-0/+252
* This commit was generated by cvs2svn to compensate for changes in r112439,jedgar2003-03-201-13/+12
|\
| * Import of PKCS #1 security fix.jedgar2003-03-201-13/+12
* | Distinguish between register sets that depend on ac97 caps (wr0, wr1,orion2003-03-201-17/+38
* | Use atomic operations to increment and decrement the refcountmux2003-03-206-22/+23
* | New release/errata notes: SA-03:05.bmah2003-03-203-0/+18
* | Correct vendor id for ALC101.orion2003-03-201-1/+1
* | Add a -g option to specify a default login group.mtm2003-03-202-10/+22
* | Add support for OpenBSD extensions to the $CVSROOT/config syntax.des2003-03-201-0/+21
* | Backout the getcwd changes, a more comprehensive effort will be needed.phk2003-03-202-377/+412
* | Enable the FPU on first use per-thread and save state across contextgrehan2003-03-206-117/+101
* | - Add PCI ID for Paddington i/o controller, used in old G3'sgrehan2003-03-201-2/+4
* | According to C99 decimal_point can't be emptyache2003-03-201-4/+1
* | According to C99 decimal_point can't be the empty string, mention it.ache2003-03-201-1/+2
* | decimal_point can't be "" according to C99, so set it to standard "."ache2003-03-201-1/+6
OpenPOWER on IntegriCloud