Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-11 | Avoid multiple definitions of macros in float.h and limits.h. This | Todd C. Miller | |
is a long-standing problem that recently showed up on vax because due to some indirection cpp no longer believes the definitions are equivalent (though they really are). From espie@ | |||
2002-05-11 | bump minor version. | Federico G. Schwindt | |
2002-05-11 | funcs and declarations needed by recent changes to cplus-dem.c; espie@ ok | Federico G. Schwindt | |
2002-05-11 | pull a few demangler functions needed by new binutils. enable getpwd as | Federico G. Schwindt | |
well; espie@ ok. | |||
2002-05-11 | don't pull these yet. | Federico G. Schwindt | |
2002-05-11 | libiberty version bundled with binutils 2.11. | Federico G. Schwindt | |
2002-05-11 | Enable dz at uba, since it seems to move characters back and forth | Hugh Graham | |
in the SIMH/VAX simulator OK. If anyone has an actual card to test, a report would be appreciated. | |||
2002-05-11 | I HATE it when things that we fix come back from bad merges | Theo de Raadt | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-11 | track egid/rgid on bound/connected sockets too (pf will use this) | Theo de Raadt | |
2002-05-10 | STRIP is a binary install target | Theo de Raadt | |
2002-05-10 | sync | Theo de Raadt | |
2002-05-10 | Fix for PR2641. Length calculation was wrong in loop. Include comment | Constantine Sapuntzakis | |
describing fixed length calculation | |||
2002-05-10 | sync | Jason Wright | |
2002-05-10 | Netoctave NSP2K | Jason Wright | |
2002-05-10 | doc error; soeren@thing.dk | Theo de Raadt | |
2002-05-10 | In getlin(): match and handle EOF before checking isprint() | Jason Wright | |
millert ok. | |||
2002-05-10 | on ServerWorks CNB20HE Host: | Michael Shalayeff | |
do not synthesyse secondary pci bus on the pchb0 rev 0x23 OR pchb1 w/ any revision. prompted by frisco@blackant.net in pr#2642 | |||
2002-05-10 | Dump the actual command to be sent | Constantine Sapuntzakis | |
2002-05-10 | Zap an unsued define. | Artur Grabowski | |
2002-05-10 | lofn registers to support modexp | Jason Wright | |
2002-05-10 | What we store on all archs just before the rfa is a pointer | Artur Grabowski | |
to a bus_dmamap_t, not a bus_dmamap_t (just a cosmetic change, bus_dmamap_t is a pointer on all archs, but this was confusing) | |||
2002-05-10 | Normalize base and exponent to the same length as the modulus and fail | Jason Wright | |
if either base length or exponent length is greater than modulus. | |||
2002-05-10 | - Add a set length insn for the result (length gets zotted by the shift right) | Jason Wright | |
- Use length to determine how much to copy out, and bzero the rest | |||
2002-05-10 | Use DLT_LOOP instead of DLT_NULL for pcap, to keep track of changes in | Hakan Olsson | |
tcpdump(8). This repairs the '-L' (cleartext packet capture) option. | |||
2002-05-10 | DLT_NULL -> DLT_LOOP | Hakan Olsson | |
2002-05-10 | Handle host name resolution returning multiple addresses in the rule | Daniel Hartmeier | |
parser (expand to every address). ok frantzen@ | |||
2002-05-10 | Cast u_int64_t explicitly, not long. (cosmetic) | Artur Grabowski | |
2002-05-10 | Some protection from userland and some __asm paranoia. | Artur Grabowski | |
From NetBSD. | |||
2002-05-10 | Mark all those __asm directives as clobbering memory, because | Artur Grabowski | |
that's what they are supposed to do. | |||
2002-05-10 | uhid changes | Theo de Raadt | |
2002-05-10 | Fixups for -Wall from panda@omatis.com in system/2634. | Hugh Graham | |
Checked by deraadt. | |||
2002-05-10 | sync | Theo de Raadt | |
2002-05-10 | Reverted from last patch. Breaks AFS/KRBx. | mouring | |
2002-05-10 | Convert to mdoc, though there are still a few troff font directives left. | Todd C. Miller | |
Examples could use updating. | |||
2002-05-10 | Enable usbhidaction | Nathan Binkert | |
2002-05-10 | Update usb userland stuff to reflect hid changes in the kernel. | Nathan Binkert | |
This adds the new program usbhidaction which can be used to assign actions to events that occur on a uhid device. For example, you can now make the volume buttons on some newer keyboards actually do something. | |||
2002-05-09 | prototype open_socket() | Todd C. Miller | |
2002-05-09 | nuke unused variable | Todd C. Miller | |
2002-05-09 | allowed() is only called once so there is no need to use static | Todd C. Miller | |
variables and leave the allow/deny files open. Previously, the allow/deny fd's were leaked during the crontab edit. | |||
2002-05-09 | Add a max-mss option to the scrub rule which will enforce a maximum mss | jasoni | |
by lowering it to the given value. - ok dhartmei@, provos@ | |||
2002-05-09 | Elminate md_welcome_banner() and md_not_going_to_install() as the | Kenneth R Westerback | |
output of both was essentially identical on all architectures. Replace with welcome_banner() and not_going_to_install() in install.sub. Abstract common verbiage from md_congrats() into congrats() which calls md_congrats() for any architecture specific additional verbiage. Reword things so ${MODE} can be plausibly used in more places. Remove extraneous #!/bin/sh in hp300 install.md. ok deraadt@ espie@ | |||
2002-05-09 | Missing piece from last commit. | Todd C. Miller | |
2002-05-09 | Set length tag of the correct registers | Jason Wright | |
2002-05-09 | Better error handling for in_file(); from Owl | Todd C. Miller | |
2002-05-09 | ukbd (and others) at uhidev, not uhub | Marco S Hyman | |
2002-05-09 | On the hid -> hiddev changes, this file was missed. | Dale Rahn | |
2002-05-09 | an_ltv_caps has some more fluff at the tail (exatly 16bit more fluff); ↵ | Michael Shalayeff | |
reported by xyntrix@bitz.org | |||
2002-05-09 | crontab is no longer setuid root, it is now setgid crontab. | Todd C. Miller | |
These changes were modelled after the Owl version of vixie-cron, but developed independently. Our crontab used to send cron SIGUSR1 to tell cron to reread the spool dir. Now that crontab is not setuid root this doesn't work. Instead, crontab pokes cron via a Unix domain socket located in the tabs dir. Please note, after these changes, the owner on user crontab files will have to be changed manually from root to the uid of the corresponding user for crontab to be usable. cron itself will accept tab files owned by either root or the user. Also, any /var/cron/{allow,deny} files must be readable by group crontab. | |||
2002-05-09 | ukbd now at uhidev, not uhub. Ditto for ums (commented out) | Marco S Hyman | |