Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim | |
associate a name with each interrupt handler. This is not visible outside the kernel (yet). ok jason@ | |||
2003-06-24 | clean | Theo de Raadt | |
2003-06-24 | (long)getpid(); andrushock@korovino.net | Theo de Raadt | |
2003-06-24 | clarify that -u only changes the options specified on the command line; | Jason McIntyre | |
from henning on a mailing list somewhere; ok henning@ | |||
2003-06-24 | Revert the addition of the blanking code - it will corrupt displays after long | Miod Vallat | |
blanking periods... | |||
2003-06-24 | actually do fgrep. -G -F and -E are now mutally exclusive, and override | Ted Unangst | |
the program name as expected. ok millert@ | |||
2003-06-24 | tweak boolean test to be clear | Ted Unangst | |
2003-06-24 | don't print "Binary file matches" with -q flag. from Sean Farley | Ted Unangst | |
2003-06-24 | Pull in change 17805 by hv@hv-crypt.org on 2002/08/29 13:49:04 | Todd C. Miller | |
Fix based on: Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx) From: "esm@pobox.com (via RT)" <perlbug@perl.org> Date: 27 Aug 2002 22:10:16 -0000 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org> | |||
2003-06-24 | decruft | Michael Shalayeff | |
2003-06-24 | no need to reset the BIN* stuff in here; markus@ ok | Michael Shalayeff | |
2003-06-24 | BINDIR is set in the ../Makefile.inc already | Michael Shalayeff | |
2003-06-24 | For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signed | Dale Rahn | |
chars. Fixes other defines if -fsigned-chars is specified. ok deraadt. | |||
2003-06-24 | in the ipv6 case, allow route-to to route to link-local addresses | Henning Brauer | |
from KOZUKA Masahiro <ma-kun@kozuka.jp> with a minor adjustment from itojun ok itojun@ dhartmei@ | |||
2003-06-24 | KNF | Henning Brauer | |
2003-06-24 | recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16). | Jun-ichiro itojun Hagino | |
without it "route change X" would change less-specific route by mistake. reported by jinmei@kame, markus ok | |||
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl | |
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino | |
2003-06-24 | * kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to | Jun-ichiro itojun Hagino | |
decide whether to create an empty llinfo stricter so that a user can manually change the link-layer address of an existing neighbor cache. Pointed out by: KIU Shueng Chuan from kame | |||
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino | |
2003-06-24 | clear ln_hold earlier. from kame | Jun-ichiro itojun Hagino | |
2003-06-24 | clarify operation of -f. spotted by jmc@, new text by James Howard | Ted Unangst | |
2003-06-23 | strncpy -> memcpy per deraadt suggestion. | Ted Unangst | |
also add a note why we can't use strlcpy. | |||
2003-06-23 | go back to using strncpy. for long patterns, strlcpy reads too much | Ted Unangst | |
of a potentially nontermined src. | |||
2003-06-23 | faster grep for simple patterns. derived from a patch by sean farley. | Ted Unangst | |
this makes searching for constant strings much faster by avoiding regex. ok deraadt@ | |||
2003-06-23 | bus_space_*_raw*_1() do not exist; drahn@ ok | Michael Shalayeff | |
2003-06-23 | time is a built-in to most shells, not just csh(1); | Jason McIntyre | |
spotted by Wouter Clarie; ok millert@ | |||
2003-06-23 | better wording of FIONBIO behaviour; | Jason McIntyre | |
work done by Otto Moerbeek. | |||
2003-06-23 | - remove unnecessary .Pp | Jason McIntyre | |
- use .An/.Aq for authors | |||
2003-06-23 | Remove strcat() and strcpy() prototypes since we no longer have those | Todd C. Miller | |
functions in kernel-land. Noticed by Jim Rees; OK deraadt@ | |||
2003-06-23 | some cleanups | Theo de Raadt | |
2003-06-23 | - further document differences between compress and gzip | Jason McIntyre | |
- document -[1-9] mode for gzip - add relevant RFCs to SEE ALSO ok mickey@ deraadt@ millert@ | |||
2003-06-23 | sort .Xr's in SEE ALSO; | Jason McIntyre | |
2003-06-23 | *_raw_*_1() functions do not exist | Michael Shalayeff | |
2003-06-23 | sync | Theo de Raadt | |
2003-06-23 | no need to check nintr late in the code... it's verified pretty early | Jason Wright | |
2003-06-23 | Fix a typo in my last commit and convert file "-" to /dev/stdin like | Todd C. Miller | |
GNU gzip does. | |||
2003-06-23 | Properly account for fast interrupt vectors; this was accidentally broken | Miod Vallat | |
since r1.10 | |||
2003-06-23 | this zmore no longer used | Theo de Raadt | |
2003-06-23 | install zmore | Todd C. Miller | |
2003-06-23 | Make zmore read from stdin when no files are specified and try to | Todd C. Miller | |
ascertain wether or not we have a tty. Also add a skeleton manual page. | |||
2003-06-23 | make sure .x and .h do not get installed on the split of the seconds and ↵ | Michael Shalayeff | |
make will not freak out; found by espie@ and deraadt@ ok | |||
2003-06-23 | strange things happen if we ack latched lasi ints on older machines | Michael Shalayeff | |
2003-06-23 | and we have a copyright (TNF) | Ted Unangst | |
2003-06-23 | document two long options without short equivs. | Ted Unangst | |
ok and help jmc@ | |||
2003-06-23 | no need for an explicit <machine/intr.h> inclusion | Michael Shalayeff | |
2003-06-23 | Mention that you can have wi on sparc, too. | Miod Vallat | |
2003-06-23 | delinting from beck | Theo de Raadt | |
2003-06-23 | grok more of the dev/ and net*/ and crypto/ ioctls | Michael Shalayeff | |
2003-06-23 | Remove some debugging cruft. | Jason Wright | |