summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New release note: Wide character C library functions.bmah2002-10-192-2/+16
* Use manpage entity for pst(4).bmah2002-10-192-2/+2
* Clarify that the UFS1 extended attribute configuration steps do not applyrwatson2002-10-191-2/+2
* Explicitely specify an alignment for struct pcb. While all regular pcb'stmm2002-10-191-1/+1
* The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int.tmm2002-10-191-1/+1
* Since NEWCARD is the default pccard subsystem, pccard[cd] is nomatusita2002-10-192-2/+2
* Indent code example with one tab, not two, for consistency with the rest.tjr2002-10-191-8/+8
* C89 does not specifiy strsep(), so our strsep() implementation cannottjr2002-10-191-1/+0
* The ftok() function has not been in libcompat for quite a while.tjr2002-10-191-3/+0
* Add sr_YU localesache2002-10-1913-2/+334
* Add sr_YU localesache2002-10-192-1/+41
* Add sr_YU locale directoriesache2002-10-192-0/+12
* Style(9). Make some function declarations consistent with the rest,markm2002-10-193-24/+10
* Several malloc() calls were passing the M_DONTWAIT flagmux2002-10-191-3/+3
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnsobomax2002-10-192-11/+12
* Fix security bug in contains_dot_dot routine.sobomax2002-10-192-1/+17
* Clear the pending counts in the superblock after a successful runmckusick2002-10-191-1/+4
* In link_elf_load_file(), when SPARSE_MAPPING is defined and wemarcel2002-10-192-2/+0
* So a positive time zone offset is west, right? or is it east? Um.fanf2002-10-191-0/+9
* Make this compile when DDB is not defined by conditionally compilingmarcel2002-10-191-1/+6
* Make the unwind functions standard and not optional on ddb. Theymarcel2002-10-191-1/+1
* Add the libz derived files, added in the previous commit, tomarcel2002-10-191-0/+2
* Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.)alfred2002-10-191-1/+2
* Update the documentation for kthread_create to include the pages argument.benno2002-10-191-1/+5
* Pass the right number of tlb slots to the kernel. The allocation schemetmm2002-10-181-10/+4
* Add sab driver to serial interfaces section.bmah2002-10-182-0/+6
* New release notes: P1003_1B gone, CPU_DISABLE_CMPXCHG, FAST_IPSEC,bmah2002-10-182-2/+114
* Bound the size of the superblock to SBLOCKSIZE.mckusick2002-10-181-0/+2
* Fix a file-rewrite performance case for UFS[2]. When rewriting portionsdillon2002-10-183-7/+36
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-188-10/+74
* MFufs 1.33:bde2002-10-182-2/+2
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-1811-72/+216
* Update extended attribute readme file to note that no special configurationrwatson2002-10-181-1/+6
* Update instructions for ACLs given recent tunefs, mount changes. Alsorwatson2002-10-181-5/+33
* Use 'size_t' instead of 'int' for the result of sizeof().rwatson2002-10-181-1/+1
* Modified release note: New commands for lpc(1).bmah2002-10-182-4/+18
* Oops. xargs -J is in fact not deprecated.bmah2002-10-182-4/+2
* Add myself as da(4) maintainer. This is mostly so I can review and commitnjl2002-10-181-0/+1
* Do not lock the process when calling fdfree() (this would have recursed onjhb2002-10-181-4/+0
* fdfree() clears p_fd for us, no need to do it again.jhb2002-10-181-1/+0
* Don't lock the proc lock to clear p_fd. p_fd isn't protected by the procjhb2002-10-181-2/+0
* Replace the vm_page hash table with a per-vmobject splay tree. There shoulddillon2002-10-184-59/+96
* Oops. Also provide a lint-compatible unused argument warning killer.markm2002-10-181-0/+4
* ISOfy functions, sort headers and mark unused arguments.markm2002-10-181-13/+6
* Correct the headers needed to use dbopen(3) and friends.markm2002-10-181-1/+2
* Connect ofwdump to the sparc64 build.tmm2002-10-181-0/+4
* Add a utility to examine the OpenFirmware device tree (on sparc64). Thistmm2002-10-186-0/+555
* Install the include files in sys/dev/ofw.tmm2002-10-182-1/+3
* Build openfirmio on sparc64.tmm2002-10-181-0/+1
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
OpenPOWER on IntegriCloud