summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-21Provide COMPAT_SUNOS files via the common m68k configuration files.Miod Vallat
2001-11-20Oops.Miod Vallat
2001-11-20Prevent more symbol clashes when compiling userland.Miod Vallat
2001-11-20match on linksys iwn; from netbsdMichael Shalayeff
2001-11-20regenMichael Shalayeff
2001-11-20Linksys2 Instant Wireless NetworkMichael Shalayeff
2001-11-20In private version of popen(), only wrap a command to be run in aTodd C. Miller
shell if it contains meta chars. Sneaky hack to work around a ksh bug.
2001-11-20Major signal overhaul. We no longer longjmp all over the place.Todd C. Miller
Instead, routines responsible to gathering user input (or in some cases outputting data) catch the signals and set flags as needed. Because of this some handlers are install without the SA_RESTART flag so syscalls are not restarted and we can check the flag. All signal handlers are now safe. This should make the flow of control a bit more grokable but the code is still ugly.
2001-11-20mention 5821 (and the fact that it hasn't been tested)Jason Wright
2001-11-20Match bcom 5821 (this is untested and is based on the datasheet's claim thatJason Wright
the 5821 is "register and software compatible with Broadcom 5820").
2001-11-20syncJason Wright
2001-11-20bcom 5821Jason Wright
2001-11-20All sensitive pmap operations should operate at splvm, NOT splimp.Miod Vallat
2001-11-20a few thoughts about longjmp in signal handlersTheo de Raadt
2001-11-20no libdl here, tooPeter Valchev
2001-11-20- using fgets instead of getsKevin Lo
- KNF -- Ok'd by deraadt@
2001-11-20use more reasonable default level values; ho@ testingMichael Shalayeff
2001-11-20don't allow CHANGEBINAT ioctl in securelevel > 1Mike Pechkin
dhartmei@ ok
2001-11-20libdl is gonePeter Valchev
2001-11-20shared onlyPeter Valchev
2001-11-20-libdl here, tooPeter Valchev
2001-11-20-libdl, ok deraadtPeter Valchev
2001-11-20bye bye, libdlPeter Valchev
2001-11-20Put dl* function definitions in libc on ELF, removing the need for libdl.Peter Valchev
These are just stubs, the real functions are resolved by ld.so when linking is performed. ok art
2001-11-20Encode usercode/password in ftp url's as required by RFC 1738,Kenneth R Westerback
section 3.1. Allows for use of '@', ':' and '/' in usercodes and passwords without confusion. ok deraadt@
2001-11-19remove the signal handler races and longjmps, and then do a bit of KNFTheo de Raadt
2001-11-19mark signal race, fix half of itTheo de Raadt
2001-11-19only slight fixes needed in signal handlersTheo de Raadt
2001-11-19use _exit in signal handlerTheo de Raadt
2001-11-19more than typoTheo de Raadt
2001-11-19more then -> more thanAaron Campbell
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-11-19clarify/state that private keys are not exposed to clients using the agent;Kevin Steves
ok markus@
2001-11-19remove local hack and use ac97_set_rate; tested by form@Michael Shalayeff
2001-11-19fd leak on HUP; ok stevesk@Markus Friedl
2001-11-19use a private svc_run() function that checks for a signal handler flag;Theo de Raadt
now signal safe. Also, massive KNF.
2001-11-19KNFightmareTheo de Raadt
2001-11-19KNF here tooTheo de Raadt
2001-11-19KNFTheo de Raadt
2001-11-19Remove pointless additional 'syncing' instructions in the powerpc spl*()Dale Rahn
functions. Seems to have no effect on system run time (it should have...) reduces GENERIC kernel size by 52k.
2001-11-19no signals, no need for signal.hTheo de Raadt
2001-11-19blah blah blah. guess what. more signalsTheo de Raadt
2001-11-19guess what! more signal race fixes...Theo de Raadt
2001-11-19zap trailing spaces and tabsTheo de Raadt
2001-11-19remove an unused install.sub file, standard one has been used on macppcDale Rahn
for several months.
2001-11-19another deviceTheo de Raadt
2001-11-19remove 6 spaces or tabs at end of line, making this file 6 bytes smaller. ↵Theo de Raadt
eat your heart out krw
2001-11-19clean & KNFTheo de Raadt
2001-11-19Use netisr_dispatch instead of handcoded list.Dale Rahn
In this instance it actually is completely identical, but had ATM been added, or something else added to netisr_dispatch, this would have been incorrect. Currently generated asm code is identical.
2001-11-18slightly expand the Csw/Trp/Sys/Int/Sof spacingTheo de Raadt