summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete sharedru2001-03-281-8/+5
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.ru2001-03-2815-20/+49
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-2829-164/+172
* Put a note about ee(1) update.sobomax2001-03-282-0/+4
* Axe out duplicate.phk2001-03-281-15/+0
* Spelling fixes.phk2001-03-281-3/+3
* Remove duplicate.phk2001-03-281-12/+0
* Remove a duplicate piece of chalk.phk2001-03-282-4/+0
* OpenBSD's g_Ctoc() returned a false error when the target buffer waspeter2001-03-281-16/+16
* Pass in a pointer to the mutex's lock_object as the second argument tojhb2001-03-281-4/+4
* Remove sockets found in /var/run or /var/spool/lock at boot timebrian2001-03-281-1/+1
* Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes.peter2001-03-281-14/+36
* Bring the PPPoE interface UP if requiredbrian2001-03-284-13/+28
* Catch up to header include changes:jhb2001-03-2843-22/+51
* Use mtx_initiaalized() rather than violating the internals of the mutexjhb2001-03-281-2/+1
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-2833-3852/+1279
* - Resort some includes to deal with the new witness code coming in shortly.jhb2001-03-281-4/+8
* Add a manpage for the critical_enter/exit() functions.jhb2001-03-282-1/+99
* Back out previous commit until I figure out a way to do it properly.jlemon2001-03-281-11/+1
* Fix nasty corruption problem where a 64bit variable was being usedmarkm2001-03-281-8/+6
* Add support for the Addtron AWA100 PCI wireless card.alfred2001-03-282-16/+157
* Don't explicitly zero p_intr_nesting_level and p_aioinfo in fork.jhb2001-03-281-2/+0
* - Fix a whitespace bogon with p_blocked.jhb2001-03-281-4/+4
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-2818-417/+343
* Catch up to the mtx_saveintr -> mtx_savecrit change.jhb2001-03-284-6/+6
* Use mtx_intr_enable() on sched_lock to ensure child processes always startjhb2001-03-281-2/+2
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-289-97/+171
* Mention that the vga(4) driver supports 90-column video modes.dd2001-03-281-0/+10
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-287-58/+57
* Previous commit message was bogus:jhb2001-03-280-0/+0
* Revert previous commit which had a bogus message. It actually justjhb2001-03-281-1/+1
* Previous commit message was bogus:jhb2001-03-280-0/+0
* Previous commit message was bogus, here's the real one:jhb2001-03-280-0/+0
* The previous commit message is bogus, this actually just removed anjhb2001-03-280-0/+0
* - Include <machine/prom.h> to get the prototype for prom_halt().jhb2001-03-289-58/+57
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-286-51/+31
* Check whether we need to do a full restore after handling ASTs. Ifgallatin2001-03-281-4/+4
* o De-uglify IMPLEMENTATION NOTES section by removing unnecessary use ofrwatson2001-03-282-4/+2
* Add some comments to two examples and extend a ``set ifaddr''.brian2001-03-282-6/+6
* Restore part of my fix spammed in v1.23:ache2001-03-271-1/+1
* Update the acknowledgements section.jkh2001-03-272-38/+6
* Finally fix __yp_ping(). We can't use the old locally defined clntudp_call()wpaul2001-03-271-239/+26
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportwpaul2001-03-272-3/+20
* New release notes: Filesystem ACLs, getfacl(1) and setfacl(1).bmah2001-03-272-0/+16
* Don't leak the memory we've just malloced if we can't find thedwmalone2001-03-271-2/+2
* Fix tail to work on files bigger than 2GB.dwmalone2001-03-274-65/+146
* Document LOG_CONSOLE.cwt2001-03-272-3/+8
* Add full PAM support for account management and sessions.markm2001-03-2712-184/+686
* Make rev 1.5 better match the rest of dump(8)'s output.obrien2001-03-271-2/+2
* Do not exit if unable to read /etc/dumpdates or create it.obrien2001-03-271-2/+4
OpenPOWER on IntegriCloud