| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some mistranslations. | hrs | 2003-03-22 | 1 | -4/+4 |
* | Merge the following from the English version: | hrs | 2003-03-22 | 1 | -22/+249 |
* | Add a missing </para>. | hrs | 2003-03-22 | 2 | -2/+2 |
* | Use __packed instead of __attribute__((__packed__)). | mux | 2003-03-22 | 1 | -1/+3 |
* | Modified release note: SA-03:06 (minor wording tweak). | bmah | 2003-03-21 | 2 | -2/+2 |
* | New errata/release notes: SA-03:06. | bmah | 2003-03-21 | 3 | -0/+18 |
* | Mitigate deadlock situation pending a more complete solution. | phk | 2003-03-21 | 2 | -2/+7 |
* | Added missing dependency on rc4. | ru | 2003-03-21 | 1 | -0/+1 |
* | wlan module depends on rc4 module, so provide one. | ru | 2003-03-21 | 2 | -1/+4 |
* | Fix some memory leaks in the failure cases after trying to look up the | jhb | 2003-03-21 | 1 | -6/+9 |
* | Added support for 82541 and 82547 based adapters. | pdeuskar | 2003-03-21 | 7 | -623/+1974 |
* | Sync up linux and svr compat elf fixup functions for exec(). These | jhb | 2003-03-21 | 3 | -22/+23 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 9 | -15/+16 |
* | Why doesn't anybody ever tell me anything? When did we get a libsbuf ? | phk | 2003-03-21 | 1 | -5/+3 |
* | Add a sysctl node allowing the specification of an address mask to use | mdodd | 2003-03-21 | 1 | -2/+9 |
* | Add comments regarding the ICMP timestamp fields. | mdodd | 2003-03-21 | 1 | -4/+4 |
* | Assignment could be NULL, check. | mdodd | 2003-03-21 | 1 | -1/+1 |
* | Fixed a typo in ${.CURDIR} spelling, fatal on systems | ru | 2003-03-21 | 1 | -12/+5 |
* | Added GEOM library to the bsd.libnames.mk namespace. | ru | 2003-03-21 | 1 | -0/+1 |
* | Duh! Use correct number ../ | phk | 2003-03-21 | 1 | -1/+1 |
* | Use the target arhitecture's disktab(5) file. | ru | 2003-03-21 | 1 | -0/+1 |
* | Add a target for the creation of a /etc/shells map and add it to | robert | 2003-03-21 | 1 | -2/+12 |
* | Call endwin() to restore terminal state just before exiting. | keramida | 2003-03-21 | 1 | -0/+2 |
* | Follow new upcall quantum code in kernel. | davidxu | 2003-03-21 | 1 | -5/+2 |
* | Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in the | tjr | 2003-03-21 | 1 | -0/+7 |
* | Attempt to automatically read in kernel module symbols when a live | iedowse | 2003-03-21 | 4 | -2/+330 |
* | Pass the target machine architecture down to disklabel(8). | ru | 2003-03-20 | 3 | -31/+13 |
* | Clean up some warnings that don't result in a change in the object file: | dwmalone | 2003-03-20 | 1 | -17/+20 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 10 | -17/+16 |
* | Minor fixes to ffs_fserr(): | jhb | 2003-03-20 | 1 | -3/+3 |
* | Use td_ucred of curthread instead of p_ucred of curproc. This required | jhb | 2003-03-20 | 1 | -17/+17 |
* | Merge conflicts | jedgar | 2003-03-20 | 2 | -5/+30 |
* | Extend CPU_ATHLON_SSE_HACK to cover a few more revisions of Athlon CPUs. | dwmalone | 2003-03-20 | 2 | -2/+4 |
* | Add a rudimentary gstat(8) to the system. | phk | 2003-03-20 | 3 | -0/+252 |
* | This commit was generated by cvs2svn to compensate for changes in r112439, | jedgar | 2003-03-20 | 1 | -13/+12 |
|\ |
|
| * | Import of PKCS #1 security fix. | jedgar | 2003-03-20 | 1 | -13/+12 |
* | | Distinguish between register sets that depend on ac97 caps (wr0, wr1, | orion | 2003-03-20 | 1 | -17/+38 |
* | | Use atomic operations to increment and decrement the refcount | mux | 2003-03-20 | 6 | -22/+23 |
* | | New release/errata notes: SA-03:05. | bmah | 2003-03-20 | 3 | -0/+18 |
* | | Correct vendor id for ALC101. | orion | 2003-03-20 | 1 | -1/+1 |
* | | Add a -g option to specify a default login group. | mtm | 2003-03-20 | 2 | -10/+22 |
* | | Add support for OpenBSD extensions to the $CVSROOT/config syntax. | des | 2003-03-20 | 1 | -0/+21 |
* | | Backout the getcwd changes, a more comprehensive effort will be needed. | phk | 2003-03-20 | 2 | -377/+412 |
* | | Enable the FPU on first use per-thread and save state across context | grehan | 2003-03-20 | 6 | -117/+101 |
* | | - Add PCI ID for Paddington i/o controller, used in old G3's | grehan | 2003-03-20 | 1 | -2/+4 |
* | | According to C99 decimal_point can't be empty | ache | 2003-03-20 | 1 | -4/+1 |
* | | According to C99 decimal_point can't be the empty string, mention it. | ache | 2003-03-20 | 1 | -1/+2 |
* | | decimal_point can't be "" according to C99, so set it to standard "." | ache | 2003-03-20 | 1 | -1/+6 |
* | | Correct typo in function declaration (s/if_dont/if_done). | ceri | 2003-03-19 | 1 | -1/+1 |
* | | The flags passed in to _ftp_get_proxy may be null | mtm | 2003-03-19 | 1 | -1/+1 |