| Commit message (Expand) | Author | Age | Files | Lines |
* | hardware/common/dev.sgml : MFen 1.106 | gioria | 2002-10-19 | 7 | -20/+55 |
* | New release note: Wide character C library functions. | bmah | 2002-10-19 | 2 | -2/+16 |
* | Use manpage entity for pst(4). | bmah | 2002-10-19 | 2 | -2/+2 |
* | Clarify that the UFS1 extended attribute configuration steps do not apply | rwatson | 2002-10-19 | 1 | -2/+2 |
* | Explicitely specify an alignment for struct pcb. While all regular pcb's | tmm | 2002-10-19 | 1 | -1/+1 |
* | The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int. | tmm | 2002-10-19 | 1 | -1/+1 |
* | Since NEWCARD is the default pccard subsystem, pccard[cd] is no | matusita | 2002-10-19 | 2 | -2/+2 |
* | Indent code example with one tab, not two, for consistency with the rest. | tjr | 2002-10-19 | 1 | -8/+8 |
* | C89 does not specifiy strsep(), so our strsep() implementation cannot | tjr | 2002-10-19 | 1 | -1/+0 |
* | The ftok() function has not been in libcompat for quite a while. | tjr | 2002-10-19 | 1 | -3/+0 |
* | Add sr_YU locales | ache | 2002-10-19 | 13 | -2/+334 |
* | Add sr_YU locales | ache | 2002-10-19 | 2 | -1/+41 |
* | Add sr_YU locale directories | ache | 2002-10-19 | 2 | -0/+12 |
* | Style(9). Make some function declarations consistent with the rest, | markm | 2002-10-19 | 3 | -24/+10 |
* | Several malloc() calls were passing the M_DONTWAIT flag | mux | 2002-10-19 | 1 | -3/+3 |
* | Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return | sobomax | 2002-10-19 | 2 | -11/+12 |
* | Fix security bug in contains_dot_dot routine. | sobomax | 2002-10-19 | 2 | -1/+17 |
* | Clear the pending counts in the superblock after a successful run | mckusick | 2002-10-19 | 1 | -1/+4 |
* | In link_elf_load_file(), when SPARSE_MAPPING is defined and we | marcel | 2002-10-19 | 2 | -2/+0 |
* | So a positive time zone offset is west, right? or is it east? Um. | fanf | 2002-10-19 | 1 | -0/+9 |
* | Make this compile when DDB is not defined by conditionally compiling | marcel | 2002-10-19 | 1 | -1/+6 |
* | Make the unwind functions standard and not optional on ddb. They | marcel | 2002-10-19 | 1 | -1/+1 |
* | Add the libz derived files, added in the previous commit, to | marcel | 2002-10-19 | 1 | -0/+2 |
* | Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.) | alfred | 2002-10-19 | 1 | -1/+2 |
* | Update the documentation for kthread_create to include the pages argument. | benno | 2002-10-19 | 1 | -1/+5 |
* | Pass the right number of tlb slots to the kernel. The allocation scheme | tmm | 2002-10-18 | 1 | -10/+4 |
* | Add sab driver to serial interfaces section. | bmah | 2002-10-18 | 2 | -0/+6 |
* | New release notes: P1003_1B gone, CPU_DISABLE_CMPXCHG, FAST_IPSEC, | bmah | 2002-10-18 | 2 | -2/+114 |
* | Bound the size of the superblock to SBLOCKSIZE. | mckusick | 2002-10-18 | 1 | -0/+2 |
* | Fix a file-rewrite performance case for UFS[2]. When rewriting portions | dillon | 2002-10-18 | 3 | -7/+36 |
* | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. | njl | 2002-10-18 | 8 | -10/+74 |
* | MFufs 1.33: | bde | 2002-10-18 | 2 | -2/+2 |
* | (1) added LSI Logic copyright, and legal line 3 in license, and string | emoore | 2002-10-18 | 11 | -72/+216 |
* | Update extended attribute readme file to note that no special configuration | rwatson | 2002-10-18 | 1 | -1/+6 |
* | Update instructions for ACLs given recent tunefs, mount changes. Also | rwatson | 2002-10-18 | 1 | -5/+33 |
* | Use 'size_t' instead of 'int' for the result of sizeof(). | rwatson | 2002-10-18 | 1 | -1/+1 |
* | Modified release note: New commands for lpc(1). | bmah | 2002-10-18 | 2 | -4/+18 |
* | Oops. xargs -J is in fact not deprecated. | bmah | 2002-10-18 | 2 | -4/+2 |
* | Add myself as da(4) maintainer. This is mostly so I can review and commit | njl | 2002-10-18 | 1 | -0/+1 |
* | Do not lock the process when calling fdfree() (this would have recursed on | jhb | 2002-10-18 | 1 | -4/+0 |
* | fdfree() clears p_fd for us, no need to do it again. | jhb | 2002-10-18 | 1 | -1/+0 |
* | Don't lock the proc lock to clear p_fd. p_fd isn't protected by the proc | jhb | 2002-10-18 | 1 | -2/+0 |
* | Replace the vm_page hash table with a per-vmobject splay tree. There should | dillon | 2002-10-18 | 4 | -59/+96 |
* | Oops. Also provide a lint-compatible unused argument warning killer. | markm | 2002-10-18 | 1 | -0/+4 |
* | ISOfy functions, sort headers and mark unused arguments. | markm | 2002-10-18 | 1 | -13/+6 |
* | Correct the headers needed to use dbopen(3) and friends. | markm | 2002-10-18 | 1 | -1/+2 |
* | Connect ofwdump to the sparc64 build. | tmm | 2002-10-18 | 1 | -0/+4 |
* | Add a utility to examine the OpenFirmware device tree (on sparc64). This | tmm | 2002-10-18 | 6 | -0/+555 |
* | Install the include files in sys/dev/ofw. | tmm | 2002-10-18 | 2 | -1/+3 |
* | Build openfirmio on sparc64. | tmm | 2002-10-18 | 1 | -0/+1 |