Go to file
scottr 727b8bc7ac Charles Hannum pointed out that if a clock interrupt was posted while
we were in ledcontrol(), the heartbeat twinkler would just punt on
updating the LED even though it had already updated the status.  (This
was broken in v1.73 of locore.s).

Rather than resurrect the old code, simplify ledcontrol() and don't
bother with mutual exclusion.  As mentioned by the comments describing
this function, we really don't need to be that precise.  We do, however,
want to guarantee instructions that modify the status variable directly,
so the function is now primarily inline assembly.
1998-03-21 07:45:59 +00:00
bin correct HISTORY section of ls(1) to note that Ls(1) exited in 5th Edition UNIX from Bell Labs; add that version to At macro in mdoc, all per PR#4790 1998-03-20 02:36:09 +00:00
distrib Bring in bsd.own.mk to get the definition of BSDSRCDIR before checking 1998-03-19 00:08:25 +00:00
etc Add entries for generic console (gc*) and QDSS screen (qc* qnd qd*). 1998-03-20 18:23:57 +00:00
games Simply include -lcurses instead of -lcurses -ltermcap 1998-02-18 22:37:30 +00:00
gnu Oops. This is a part of Ian Dall's gdb-ns32k changes I forgot to commit. 1998-03-19 22:06:40 +00:00
include Define RTLD_GLOBAL. 1998-03-15 23:13:42 +00:00
lib PR 3673: possible to close the wrong fds 1998-03-19 18:21:25 +00:00
libexec Use file size from fstat(2) to map the hints file, instead of fiddling 1998-03-18 23:21:46 +00:00
regress no point in LDSTATIC=-static here 1998-03-02 21:57:38 +00:00
sbin Add support for non-native byteorder FFS. 1998-03-18 17:19:14 +00:00
share document TIOCPKT_IOCTL per PR#4533 1998-03-21 03:14:30 +00:00
sys Charles Hannum pointed out that if a clock interrupt was posted while 1998-03-21 07:45:59 +00:00
usr.bin Add support for a '-b' option to provide byte counts in and out, 1998-03-19 02:42:57 +00:00
usr.sbin Reset the SIGPIPE handler to SIG_DFL after forking. 1998-03-21 06:25:37 +00:00
Makefile Print date after build completes as well as before. Previous code failed because make build depends on beforeinstall but not afterinstall. 1998-02-20 01:39:38 +00:00