summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* some reasoning why we separated ping(8) and ping6(8)ume2001-02-221-0/+29
* Since the PC is a pointer to a code address, change the second parameter ofjhb2001-02-222-4/+4
* - Change ast() to take a pointer to a trapframe like other architectures.jhb2001-02-224-21/+23
* Return to the code as distributed by sendmail.org. This eliminates agshapiro2001-02-221-3/+1
* Add a 'splitter' node to separate a bidirectionaljulian2001-02-224-0/+368
* The ia64 hasn't needed machine/ipl.h included in sys/systm.h for a whilejhb2001-02-221-4/+0
* Axe pcb_schednest as it is no longer used.jhb2001-02-222-2/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-228-13/+13
* Don't set the sched_lock lesting level for new processes as it is nojhb2001-02-221-7/+0
* Catch comments up to child_return() -> fork_return() as well.jhb2001-02-221-2/+2
* Synch up with the other architectures:jhb2001-02-221-39/+18
* - Use TRAPF_PC() on the alpha to acess the PC in the trap frame.jhb2001-02-224-13/+9
* Use the MI fork_return() fork trampoline callout function for childjhb2001-02-221-1/+1
* - Don't dink with sched_lock in cpu_switch() since mi_switch() does thisjhb2001-02-221-23/+14
* GC unused and now obsolete assertion macros.jhb2001-02-224-36/+0
* - Axe the now unused ASS_* assertions for interrupt status.jhb2001-02-221-10/+1
* Add a inline function to read the psr.jhb2001-02-221-0/+11
* Add a mtx_intr_enable() macro.jhb2001-02-221-0/+1
* Axe the astpending per-cpu variable.jhb2001-02-223-3/+0
* Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() andjhb2001-02-221-3/+6
* Only descend into ${MACHINE_ARCH} subdir.ru2001-02-221-2/+3
* Cleanup and clarify the comments above switch_trampoline().jhb2001-02-221-2/+5
* Prepare for mdoc(7)NG.ru2001-02-221-2/+2
* Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit.des2001-02-221-2/+7
* fix usage statement (add missing [-n devs] option)alfred2001-02-221-4/+5
* Add a mtx_assert() in maybe_resched() just to be sure it's always calledjhb2001-02-221-0/+1
* Lock need_resched with sched_lock.jhb2001-02-222-4/+14
* Catch up to new MI astpending and need_resched handling.jhb2001-02-223-26/+1
* mdoc(7) police: fixed misc formatting bugs.ru2001-02-221-6/+6
* Overhaul the MACHINE_CPU behaviour:kris2001-02-221-1/+1
* Whenever the user might be offered a chance to quit throughdcs2001-02-221-4/+7
* Overhaul the MACHINE_CPU behaviour:kris2001-02-224-34/+131
* Added upcoming FreeBSD 4.3wosch2001-02-221-3/+6
* Mention the edquota(8) utility when talking about editing quota.usernik2001-02-221-0/+3
* Add quota.user(5) and quota.group(5) man pages.nik2001-02-222-1/+52
* Correct the prototype for pager_output().dcs2001-02-221-1/+1
* When cleaning up excess inode dependencies, check for being done.mckusick2001-02-221-0/+2
* Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORTjhb2001-02-223-21/+0
* Document that the IPFW messages are logged via syslogd(8).ru2001-02-222-11/+29
* Document TARGET_ARCH.jhb2001-02-221-0/+1
* Convert an instance of 8 spaces to a tab.jhb2001-02-221-1/+1
* Since we don't have rfd0 anymore, put in a line that will actually workdcs2001-02-221-5/+3
* Move the realpath(1) birth day from FreeBSD 5.0 to FreeBSD 4.3.ru2001-02-222-2/+2
* Restore a print_sense=FALSE that got nuked by accident in last delta.mjacob2001-02-221-0/+1
* Document the vacation -d and -l optionsgshapiro2001-02-221-0/+17
* Revamp /etc/mail/Makefile:gshapiro2001-02-221-20/+144
* Add a new make knob, SENDMAIL_MC, which is meant to replace SENDMAIL_CF asgshapiro2001-02-224-8/+56
* Install freebsd.mc and freebsd.cf in /etc/mail so users have the base filesgshapiro2001-02-221-1/+5
* Futher cleanups. Since we have two options lists, one for proper optionspeter2001-02-221-18/+9
* Move creation of the sendmail statistics file from the usr.sbin/sendmailgshapiro2001-02-223-4/+4
OpenPOWER on IntegriCloud