summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Also modify ddp_input.c with the following changes previously appliedrwatson2004-03-221-90/+90
* Since I have my hands all over netatalk adding locking and restructuringrwatson2004-03-225-582/+582
* Remove WFORMAT, style.Makefile(5).obrien2004-03-221-5/+5
* Dont count bytes being sent to a disconnected hook.julian2004-03-221-4/+4
* Share the i386 boot manual page.obrien2004-03-221-0/+3
* The Intel 2200BG NDIS driver does an alloca() of about 5000 byteswpaul2004-03-223-8/+32
* The kthread_create() API is supposed to allow you to create threadswpaul2004-03-221-3/+4
* Add an implementation of uiomove_fromphys() for i386. This implementationalc2004-03-212-0/+133
* Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againwpaul2004-03-212-12/+12
* Login classes are not "unused."dannyboy2004-03-211-1/+2
* Quote NM in case you need to force it to something with args.obrien2004-03-211-1/+1
* Give a more reasonable CPU time to the threads which are using schedulerobrien2004-03-211-6/+3
* - Fix indentation lost by 'diff -b'.mdodd2004-03-211-5/+4
* Fix $FreeBSD$.obrien2004-03-211-4/+4
* - Correct variable name.mdodd2004-03-211-2/+2
* Update the supported hardware.hrs2004-03-211-1/+7
* When symbolic link is pointed onto a mount point, it can't be movedpjd2004-03-211-6/+17
* Document incorrect handling of multibyte characters.tjr2004-03-211-1/+7
* Document incorrect handling of multibyte characters.tjr2004-03-211-1/+6
* Document incorrect handling of multibyte characters in filenames.tjr2004-03-211-1/+5
* Reduce redundancy in the description of the -u option.tjr2004-03-211-3/+1
* Document incorrect handling of multibyte characters when -t and -v optionstjr2004-03-211-1/+9
* Fix various issues with the picobsd build script in -current:luigi2004-03-211-16/+28
* Massively up the (artificial) limit on system scope threadsjulian2004-03-212-4/+4
* 1. Use socklen_t instead of intcperciva2004-03-211-4/+4
* Remove interface type specific code from arprequest(), and in_arpinput().mdodd2004-03-211-111/+19
* Handle AF_ARP.mdodd2004-03-211-0/+27
* Compile the kernel with -O2 on ia64 by default.marcel2004-03-211-0/+2
* Add a reference to the ia64 options to gcc. While here, sort the list.marcel2004-03-211-2/+3
* Add a -v (verbose) option.des2004-03-212-13/+26
* Support C-style comments in profile.des2004-03-211-3/+18
* Spell "(struct foo *)0" as "NULL".rwatson2004-03-214-25/+23
* More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1peter2004-03-211-8/+9
* In breakpoint(), use a different immediate to make sure we canmarcel2004-03-211-2/+3
* Adjust stack alignment so that when the 'call xxx' functions arepeter2004-03-212-0/+4
* Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.peter2004-03-211-2/+2
* Add initial support for compiling a special 32 bit version ofpeter2004-03-217-31/+104
* Fix another Intel 2200BG bug: don't schedule ndis_ticktask() on mediawpaul2004-03-211-1/+2
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-206-217/+102
* Remove NetBSD's sort(1), which we stopped using two years ago.des2004-03-2016-4222/+0
* Don't make having ${DESTDIR}/boot/device.hints a prerequisite tomarcel2004-03-201-1/+7
* Add uart_subr.cmarcel2004-03-201-1/+1
* Bug: Standard C still requires declarations to precede statements. <sigh>kientzle2004-03-203-8/+17
* Don peril-sensitive sunglasses and add PCI Id's for two new cards. I'vescottl2004-03-201-0/+4
* - Add uiomove_fromphys() implementations to alpha and ia64. These onlyalc2004-03-205-1/+267
* Fix loop termination condition for parsing resources in _PRS buffers.njl2004-03-201-19/+18
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-208-0/+8
* Let ether_ifattach() announce our MAC address.mdodd2004-03-202-10/+0
* Don't announce MAC addresses twice.mdodd2004-03-204-11/+0
* Introduce uiomove_fromphys(). This is a variant of uiomove() that takesalc2004-03-203-0/+135
OpenPOWER on IntegriCloud