summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use mbuf allocator flags for malloc(9).phk2003-02-221-2/+4
* Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-222-19/+2
* Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
* NO_GEOM cleanup: unifdef -UNO_GEOMphk2003-02-222-29/+0
* NO_GEOM cleanup:phk2003-02-221-68/+16
* Add the ability to limit the number of IP fragments allowed per packet,silby2003-02-222-4/+29
* Remove a comment which hasn't been true since rev. 1.158mtm2003-02-221-1/+0
* Export the name of the device used to mount the root file system asrwatson2003-02-221-0/+24
* This patch fixes a deadlock between the bufdaemon and a process takingmckusick2003-02-221-7/+43
* This patch fixes a bug on an active filesystem on which a snapshotmckusick2003-02-223-1/+47
* This patch fixes a bug in the logical block calculation macros somckusick2003-02-222-7/+7
* Fix a bad free() call that would occur if some #if 0'd code was used.tjr2003-02-221-4/+6
* Add a variety of new devices culled from recent (?) commits, affectingbmah2003-02-212-16/+28
* New release notes: i386 HTT (+MFC) [1], privileged port sysctls,bmah2003-02-212-4/+72
* NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"phk2003-02-213-11/+11
* - m = m_gethdr(M_NOWAIT, MT_HEADER);phk2003-02-212-2/+2
* Allow for boolean make options (``makeoptions NO_MODULES'').ru2003-02-211-1/+4
* Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andbmilekic2003-02-211-13/+0
* Fixed synopsis.ru2003-02-211-7/+5
* Missing M_TRYWAIT from so_upcall third argument.peter2003-02-212-2/+2
* Document the net.inet.ip.portrange.reserved{high,low} sysctl knobscjc2003-02-211-0/+18
* Merge the following from the English version:hrs2003-02-211-3/+46
* Let everyone know when to send the gifts.das2003-02-211-0/+1
* Hostname specifications must allow commas in the value. They arethomas2003-02-211-1/+2
* NO_GEOM cleanup:phk2003-02-2110-40/+51
* Push UFS_ACL back for i386. We have 11kbytes of free space on kern.flp.matusita2003-02-212-2/+0
* Some style fixes.bmilekic2003-02-211-10/+10
* NO_GEOM cleanup:phk2003-02-2113-16/+14
* Mention that dlerror() is also applicable to retrieve error message afterphantom2003-02-211-0/+2
* Respect ``makeoptions NO_MODULES'' specified in the kernel config file.ru2003-02-211-7/+6
* Overhaul the targets and hope this is now much more readable.ru2003-02-212-61/+24
* Don't try to deal with vi.recover if the directory doesn't existdougb2003-02-211-0/+1
* Remove "sleeper" nonsense.tjr2003-02-211-4/+1
* Don't omit --update on 9ball.des2003-02-211-1/+0
* If UTS kernel is calling kse_wakeup for itself, do nothing.davidxu2003-02-212-6/+12
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-217-365/+1117
* The ancient and outdated concept of "privileged ports" in UNIX-typecjc2003-02-211-2/+15
* Some things don't build for PowerPC yet.obrien2003-02-214-5/+22
* Oops, forgot to put back debug level.simokawa2003-02-211-1/+1
* Don't try to build devd when NO_CXX is set.obrien2003-02-211-1/+4
* remove unused code.simokawa2003-02-211-1/+2
* Fix typosimokawa2003-02-211-1/+1
* Don't scan lun by myself while boot process leave it CAM to scan the bus.simokawa2003-02-211-8/+27
* Clean up viachan_init.orion2003-02-211-9/+13
* Fix assignment of record sgd_addr and clean up via8233chan_init.orion2003-02-211-10/+13
* On detach, don't remove the child from our list of children unless it hasscottl2003-02-201-1/+1
* Make camcontrol WARNS=2 clean.johan2003-02-204-7/+12
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-2021-89/+110
* mdoc(7) police: tidy up.ru2003-02-201-21/+41
* Initialize sign to NULL so that we don't attempt to free() it in casemikeh2003-02-201-0/+1
OpenPOWER on IntegriCloud