sure the chip implements 100T4 (in BMSR).
The 82562 (which doesn't implement 100T4) has the SCR_T4 bit
(always?) set, which led to wrong media status reports.
approved by thorpej
checking against nprocs is wrong in any case btw - we do allow
maxproc higher than number of current processes, it would just mean
no new process could be started until number of processes would
be lower than the new limit
* The offset format was wrong.
* There is no post-increment or index register update.
* It wasn't even matching because the mask was wrong.
Also touch up ldr/str disassembly slightly.
members of the operator group.
Don't install "setgid tty", and remove now unnecessary gid/egid swapping.
Remove utmp trawling code pulled in from usr.bin/who.
The Code is now simpler, and more portable (without the utmp cruft) too.
This is derived from similar work in OpenBSD.
This option may be specified multiple times, and any user in any of the
specified groups will receive the message.
(From OpenBSD, with tweaks from FreeBSD fed back into OpenBSD).
* Ensure that paths are MAXPATHLEN. (From OpenBSD)
* Display timezone when printing time. (From FreeBSD PR 17867 via wall.c 1.14)
Run "autoreconf" (from autoconf-2.57) to rebuild:
aclocal.m4 config.h.in configure
This appears to be a cleaner solution than hand-hacking/merging
changes to **/Makefile.in after each import.
Recently suggested by a couple of people, and confirmed with Ben Elliston.
too many bits (including some reserved ones) and was writing the wrong value
for the TLB flush.
Also, if the flag is off, don't write the control register!
"State or Province" codes seen in US, Canadian, and a few other
addresses. Eg, MT for Montana, ON for Ontario, etc. Includes all the
"wierd" ones that many people don't know, like AA, GU, PW, etc.
This information was compiled from a half dozen websites, as there
didn't seem to be (before this) a good complete list.
Discussed with christos, oster, david, and others.